Interface FlowRecord

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
FlowRecordImpl

public interface FlowRecord extends Pdu
  • Method Details

    • getRecordName

      String getRecordName()
      Returns:
      String Returns a String
    • setRecordName

      void setRecordName(String recordName)
      Parameters:
      recordName - Takes in a parameter of recordName
    • getMonitors

      List<String> getMonitors()
      Returns:
      List<String> Returns a List<String>
    • setMonitors

      void setMonitors(List<String> monitors)
      Parameters:
      monitors - Takes in a parameter of monitors
    • getMatchStatements

      List<FlowMatchStatement> getMatchStatements()
      Returns:
      List<FlowMatchStatement> Returns a List<FlowMatchStatement>
    • setMatchStatements

      void setMatchStatements(List<FlowMatchStatement> matchStatements)
      Parameters:
      matchStatements - Takes in a parameter of matchStatements
    • getCollectStatements

      List<FlowCollectStatement> getCollectStatements()
      Returns:
      List<FlowCollectStatement> Returns a List<FlowCollectStatement>
    • setCollectStatements

      void setCollectStatements(List<FlowCollectStatement> collectStatements)
      Parameters:
      collectStatements - Takes in a parameter of collectStatements